home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / comm2210.zip / COM2210 / COMBETA.TXT < prev    next >
Text File  |  1992-08-12  |  6KB  |  144 lines

  1.  
  2.  
  3.  
  4.           BETA RELEASE OF OS/2 COMMUNICATION DRIVERS
  5.  
  6.  
  7.  COM.SYS       08-10-92
  8.  VCOM.SYS      08-07-92
  9.  COMM.DRV      06-11-92
  10.  MODE.COM      08-06-92
  11.  
  12.  
  13.  IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  14.  WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  15.  RESPECT TO THE INFORMATION IN THIS DOCUMENT AND INCLUDED SOFTWARE
  16.  PRODUCTS.  . BY FURNISHING THIS MATERIAL, IBM GRANTS NO LICENSES TO ANY
  17.  RELATED PATENTS OR COPYRIGHTS.
  18.  
  19.  Copyright IBM Corporation, 1992, all rights reserved.
  20.  
  21.  
  22.  1.0       INSTALLATION PROCEDURE
  23.  
  24.               a.    The following files will be replaced:
  25.  
  26.                     x:\OS2\COM.SYS
  27.                     x:\OS2\MODE.COM
  28.                     x:\OS2\MDOS\VCOM.SYS
  29.                     x:\OS2\MDOS\WINOS2\SYSTEM\COMM.DRV
  30.  
  31.               These files will be backed up with the extension *.392.  If 
  32.               files with this extension already exist, then NO BACKUP will 
  33.               take place.  The installation utility is assuming that you 
  34.               are using IBM OS/2 2.0 GA release drivers.  
  35.  
  36.               b.    Switch to the drive and directory where the BETA files 
  37.                     are located.
  38.  
  39.               c.    Enter "cominst  x:" at the command line where
  40.                     x: is the drive letter of the OS/2 Partition.
  41.  
  42.               d.    To DE-Install the BETA drivers communication driver, 
  43.                     Enter DEINSTL x: where x: is the drive letter of the
  44.                     OS/2 Partition.
  45.  
  46.     2.0      DESCRIPTION OF DRIVERS
  47.  
  48.              The following is a brief description of the BETA
  49.              communication drivers for OS/2 2.0.  There are new
  50.              parameters for the COM.SYS which is located in the
  51.              CONFIG.SYS file.
  52.  
  53.     2.1      COM.SYS
  54.  
  55.              COM.SYS now has new parameters to indicate the COM port
  56.              number, the I/O address, the UNIQUE IRQ level and  how to
  57.              handle spurious interrupts.   An example follows:
  58.  
  59.              DEVICE=C:\OS2\COM.SYS (n,xxxx,ii,s) [(n,xxxx,ii,s)]...
  60.  
  61.  
  62.              where the last parameter is optional.
  63.  
  64.              n       :   COM port number (usually 3 and 4 but it is
  65.                          possible to configure any communication port to a
  66.                          differrent IRQ or I/O Address
  67.  
  68.              xxxx    :   COM port address
  69.  
  70.              ii      :   IRQ level
  71.  
  72.              s       :    Spurious interrupt handling switch
  73.                           values:
  74.  
  75.                           D or d   to deinstall COM driver if
  76.                                    more than 1000 consecutive
  77.                                    spurious interrupts occur.
  78.  
  79.                           I or i   to ignore spurious interrupt.
  80.  
  81.                           P or p   to post error if more than 1000
  82.                                    consecutive interrupts occur.   When 
  83.                                    posting an error, some DOS applications 
  84.                                    can hang.
  85.  
  86.              NOTE    :   Some UART chips or malfunctioning modems can cause 
  87.                          interrupts when no interrupt is expected.  These
  88.                          interrupts are known as spurious interrupts.
  89.  
  90.  
  91.              COM.SYS also has the following fixes:
  92.  
  93.              1. COM.SYS now uses a different algorithm to test for the
  94.                 presence of a communications port at the given address.  
  95.                 There were certain cases where a port was not recognized.
  96.  
  97.              2. COM.SYS does not detect Hayes ESP card so that Hayes
  98.                 ESP card can be used as a regular dual asynch card.
  99.  
  100.  
  101.     2.2      VCOM.SYS
  102.  
  103.              No parameters or settings required.  This version of VCOM.SYS 
  104.              should work better with X00.SYS (and other similar
  105.              applications) when COM_DIRECT_ACCESS is ON.  COMDD.SYS (which 
  106.              is required by older DOS applications such as BASIC) should 
  107.              also perform better.  COMMDD.SYS is loaded into the DOS_DEVICE 
  108.              setting for a Virtual Dos Machine.  
  109.  
  110.  
  111.     2.2.1    COM_DIRECT_ACCESS DOS property
  112.  
  113.              When COM_DIRECT_ACCESS is ON, VCOM.SYS will allow a DOS 
  114.              application to access the communication ports directly.  This 
  115.              DOS property makes LapLink III, FaskLynx, FSDUAT, AS/400 
  116.              Asynch Router, MS WORD work in VDM session.  However, since 
  117.              the buffers in COM.SYS cannot be used, characters may be lost 
  118.              and and some applications may suffer from the lack of 
  119.              buffering.  With most DOS applications, COM_DIRECT_ACCESS 
  120.              should be set to OFF as its default setting.  
  121.  
  122.  
  123.     2.2.2    COM_SELECT DOS Property
  124.  
  125.              COM_SELECT allows the DOS session to select only one 
  126.              communication port to be used by the session.  The 
  127.              communication ports which are not selected will be hidden from 
  128.              the DOS session.  There are some DOS applications which take 
  129.              over every available communication port.  This DOS property is 
  130.              effective in preventing those DOS applications from taking 
  131.              over all the communication ports.  An example of a DOS            
  132.              application which attempts to control all the communcication 
  133.              ports is LapLink Pro.  If LapLink Pro and another application 
  134.              which accesses a communication port are executed at the same 
  135.              time, it is necessary to set COM_SELECT.  The default setting 
  136.              is ALL.
  137.  
  138.  
  139.     2.3      COMM.DRV
  140.  
  141.              COMM.DRV contains the support for COM3 and COM4 in WinOS2.  
  142.              This COMM.DRV requires the new VCOM.SYS.  
  143.  
  144.